net/http/internal.chunkedReader.n (field)
8 uses
net/http/internal (current package)
chunked.go#L39: n uint64 // unread bytes in chunk
chunked.go#L52: cr.n, cr.err = parseHexUint(line)
chunked.go#L56: if cr.n == 0 {
chunked.go#L92: if cr.n == 0 {
chunked.go#L105: if uint64(len(rbuf)) > cr.n {
chunked.go#L106: rbuf = rbuf[:cr.n]
chunked.go#L112: cr.n -= uint64(n0)
chunked.go#L115: if cr.n == 0 && cr.err == nil {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)